1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmStock
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
26         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
30         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmStock))
31         Me.Panel1 = New System.Windows.Forms.Panel()
32         Me.txtProductID = New System.Windows.Forms.TextBox()
33         Me.txtRemarks = New System.Windows.Forms.RichTextBox()
34         Me.Label12 = New System.Windows.Forms.Label()
35         Me.Panel4 = New System.Windows.Forms.Panel()
36         Me.txtGrandTotal = New System.Windows.Forms.TextBox()
37         Me.Label31 = New System.Windows.Forms.Label()
38         Me.txtPaymentDue = New System.Windows.Forms.TextBox()
39         Me.txtTotalPayment = New System.Windows.Forms.TextBox()
40         Me.Label34 = New System.Windows.Forms.Label()
41         Me.Label35 = New System.Windows.Forms.Label()
42         Me.DataGridView1 = New System.Windows.Forms.DataGridView()
43         Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
44         Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
45         Me.Column3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
46         Me.Column4 = New System.Windows.Forms.DataGridViewTextBoxColumn()
47         Me.Column5 = New System.Windows.Forms.DataGridViewTextBoxColumn()
48         Me.Column6 = New System.Windows.Forms.DataGridViewTextBoxColumn()
49         Me.GroupBox2 = New System.Windows.Forms.GroupBox()
50         Me.btnRemove = New System.Windows.Forms.Button()
51         Me.txtTotalAmount = New System.Windows.Forms.TextBox()
52         Me.txtPricePerQty = New System.Windows.Forms.TextBox()
53         Me.txtQty = New System.Windows.Forms.TextBox()
54         Me.Label9 = New System.Windows.Forms.Label()
55         Me.Label6 = New System.Windows.Forms.Label()
56         Me.Label4 = New System.Windows.Forms.Label()
57         Me.btnAdd = New System.Windows.Forms.Button()
58         Me.Button1 = New System.Windows.Forms.Button()
59         Me.txtProductName = New System.Windows.Forms.TextBox()
60         Me.txtProductCode = New System.Windows.Forms.TextBox()
61         Me.Label7 = New System.Windows.Forms.Label()
62         Me.Label8 = New System.Windows.Forms.Label()
63         Me.GroupBox1 = New System.Windows.Forms.GroupBox()
64         Me.Button4 = New System.Windows.Forms.Button()
65         Me.txtSupplierName = New System.Windows.Forms.TextBox()
66         Me.txtSupplierID = New System.Windows.Forms.TextBox()
67         Me.dtpDate = New System.Windows.Forms.DateTimePicker()
68         Me.Label3 = New System.Windows.Forms.Label()
69         Me.txtStockID = New System.Windows.Forms.TextBox()
70         Me.Label2 = New System.Windows.Forms.Label()
71         Me.Label5 = New System.Windows.Forms.Label()
72         Me.Label11 = New System.Windows.Forms.Label()
73         Me.Panel3 = New System.Windows.Forms.Panel()
74         Me.btnGetData = New System.Windows.Forms.Button()
75         Me.btnClose = New System.Windows.Forms.Button()
76         Me.btnUpdate = New System.Windows.Forms.Button()
77         Me.btnSave = New System.Windows.Forms.Button()
78         Me.btnNew = New System.Windows.Forms.Button()
79         Me.Panel2 = New System.Windows.Forms.Panel()
80         Me.lblUserType = New System.Windows.Forms.Label()
81         Me.lblSet = New System.Windows.Forms.Label()
82         Me.lblUser = New System.Windows.Forms.Label()
83         Me.txtSup_ID = New System.Windows.Forms.TextBox()
84         Me.txtST_ID = New System.Windows.Forms.TextBox()
85         Me.Label1 = New System.Windows.Forms.Label()
86         Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
87         Me.Panel1.SuspendLayout()
88         Me.Panel4.SuspendLayout()
89         CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
90         Me.GroupBox2.SuspendLayout()
91         Me.GroupBox1.SuspendLayout()
92         Me.Panel3.SuspendLayout()
93         Me.Panel2.SuspendLayout()
94         Me.SuspendLayout()
95         
'
96         
'Panel1
97         
'
98         Me.Panel1.BackColor = System.Drawing.Color.White
99         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
100         Me.Panel1.Controls.Add(Me.txtProductID)
101         Me.Panel1.Controls.Add(Me.txtRemarks)
102         Me.Panel1.Controls.Add(Me.Label12)
103         Me.Panel1.Controls.Add(Me.Panel4)
104         Me.Panel1.Controls.Add(Me.DataGridView1)
105         Me.Panel1.Controls.Add(Me.GroupBox2)
106         Me.Panel1.Controls.Add(Me.GroupBox1)
107         Me.Panel1.Controls.Add(Me.Panel3)
108         Me.Panel1.Controls.Add(Me.Panel2)
109         Me.Panel1.Location = New System.Drawing.Point(
8, 7)
110         Me.Panel1.Name =
"Panel1"
111         Me.Panel1.Size = New System.Drawing.Size(
731, 586)
112         Me.Panel1.TabIndex =
2
113         
'
114         
'txtProductID
115         
'
116         Me.txtProductID.Location = New System.Drawing.Point(
343, 179)
117         Me.txtProductID.Name =
"txtProductID"
118         Me.txtProductID.Size = New System.Drawing.Size(
35, 20)
119         Me.txtProductID.TabIndex =
311
120         Me.txtProductID.Visible = False
121         
'
122         
'txtRemarks
123         
'
124         Me.txtRemarks.Location = New System.Drawing.Point(
399, 227)
125         Me.txtRemarks.Name =
"txtRemarks"
126         Me.txtRemarks.Size = New System.Drawing.Size(
191, 154)
127         Me.txtRemarks.TabIndex =
310
128         Me.txtRemarks.Text =
""
129         
'
130         
'Label12
131         
'
132         Me.Label12.AutoSize = True
133         Me.Label12.Location = New System.Drawing.Point(
399, 211)
134         Me.Label12.Name =
"Label12"
135         Me.Label12.Size = New System.Drawing.Size(
55, 13)
136         Me.Label12.TabIndex =
309
137         Me.Label12.Text =
"Remarks :"
138         
'
139         
'Panel4
140         
'
141         Me.Panel4.BackColor = System.Drawing.Color.Transparent
142         Me.Panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
143         Me.Panel4.Controls.Add(Me.txtGrandTotal)
144         Me.Panel4.Controls.Add(Me.Label31)
145         Me.Panel4.Controls.Add(Me.txtPaymentDue)
146         Me.Panel4.Controls.Add(Me.txtTotalPayment)
147         Me.Panel4.Controls.Add(Me.Label34)
148         Me.Panel4.Controls.Add(Me.Label35)
149         Me.Panel4.Location = New System.Drawing.Point(
544, 466)
150         Me.Panel4.Name =
"Panel4"
151         Me.Panel4.Size = New System.Drawing.Size(
176, 107)
152         Me.Panel4.TabIndex =
4
153         
'
154         
'txtGrandTotal
155         
'
156         Me.txtGrandTotal.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
157         Me.txtGrandTotal.Location = New System.Drawing.Point(
103, 23)
158         Me.txtGrandTotal.Name =
"txtGrandTotal"
159         Me.txtGrandTotal.ReadOnly = True
160         Me.txtGrandTotal.Size = New System.Drawing.Size(
62, 20)
161         Me.txtGrandTotal.TabIndex =
0
162         Me.txtGrandTotal.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
163         
'
164         
'Label31
165         
'
166         Me.Label31.AutoSize = True
167         Me.Label31.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
168         Me.Label31.Location = New System.Drawing.Point(
10, 23)
169         Me.Label31.Name =
"Label31"
170         Me.Label31.Size = New System.Drawing.Size(
69, 13)
171         Me.Label31.TabIndex =
84
172         Me.Label31.Text =
"Grand Total :"
173         
'
174         
'txtPaymentDue
175         
'
176         Me.txtPaymentDue.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
177         Me.txtPaymentDue.Location = New System.Drawing.Point(
103, 73)
178         Me.txtPaymentDue.Name =
"txtPaymentDue"
179         Me.txtPaymentDue.ReadOnly = True
180         Me.txtPaymentDue.Size = New System.Drawing.Size(
62, 20)
181         Me.txtPaymentDue.TabIndex =
2
182         Me.txtPaymentDue.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
183         
'
184         
'txtTotalPayment
185         
'
186         Me.txtTotalPayment.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
187         Me.txtTotalPayment.Location = New System.Drawing.Point(
103, 48)
188         Me.txtTotalPayment.Name =
"txtTotalPayment"
189         Me.txtTotalPayment.Size = New System.Drawing.Size(
62, 20)
190         Me.txtTotalPayment.TabIndex =
1
191         Me.txtTotalPayment.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
192         
'
193         
'Label34
194         
'
195         Me.Label34.AutoSize = True
196         Me.Label34.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
197         Me.Label34.Location = New System.Drawing.Point(
10, 73)
198         Me.Label34.Name =
"Label34"
199         Me.Label34.Size = New System.Drawing.Size(
77, 13)
200         Me.Label34.TabIndex =
79
201         Me.Label34.Text =
"Payment Due :"
202         
'
203         
'Label35
204         
'
205         Me.Label35.AutoSize = True
206         Me.Label35.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
207         Me.Label35.Location = New System.Drawing.Point(
10, 48)
208         Me.Label35.Name =
"Label35"
209         Me.Label35.Size = New System.Drawing.Size(
81, 13)
210         Me.Label35.TabIndex =
78
211         Me.Label35.Text =
"Total Payment :"
212         
'
213         
'DataGridView1
214         
'
215         Me.DataGridView1.AllowUserToAddRows = False
216         Me.DataGridView1.AllowUserToDeleteRows = False
217         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
218         Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
219         Me.DataGridView1.BackgroundColor = System.Drawing.Color.White
220         Me.DataGridView1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
221         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
222         DataGridViewCellStyle2.BackColor = System.Drawing.Color.CadetBlue
223         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
224         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
225         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
226         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
227         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
228         Me.DataGridView1.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
229         Me.DataGridView1.ColumnHeadersHeight =
24
230         Me.DataGridView1.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column2, Me.Column3, Me.Column4, Me.Column5, Me.Column6})
231         Me.DataGridView1.Cursor = System.Windows.Forms.Cursors.Hand
232         DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
233         DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window
234         DataGridViewCellStyle3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
235         DataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(
64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
236         DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
237         DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
238         DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
239         Me.DataGridView1.DefaultCellStyle = DataGridViewCellStyle3
240         Me.DataGridView1.EnableHeadersVisualStyles = False
241         Me.DataGridView1.GridColor = System.Drawing.Color.White
242         Me.DataGridView1.Location = New System.Drawing.Point(
9, 387)
243         Me.DataGridView1.Name =
"DataGridView1"
244         Me.DataGridView1.ReadOnly = True
245         Me.DataGridView1.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
246         DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
247         DataGridViewCellStyle4.BackColor = System.Drawing.Color.CadetBlue
248         DataGridViewCellStyle4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
249         DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText
250         DataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.DarkSlateGray
251         DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
252         DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
253         Me.DataGridView1.RowHeadersDefaultCellStyle = DataGridViewCellStyle4
254         Me.DataGridView1.RowHeadersWidth =
25
255         Me.DataGridView1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
256         DataGridViewCellStyle5.BackColor = System.Drawing.Color.White
257         DataGridViewCellStyle5.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
258         DataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.DarkSlateGray
259         DataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.White
260         Me.DataGridView1.RowsDefaultCellStyle = DataGridViewCellStyle5
261         Me.DataGridView1.RowTemplate.Height =
18
262         Me.DataGridView1.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
263         Me.DataGridView1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
264         Me.DataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
265         Me.DataGridView1.Size = New System.Drawing.Size(
529, 188)
266         Me.DataGridView1.TabIndex =
5
267         
'
268         
'Column1
269         
'
270         Me.Column1.HeaderText =
"PID"
271         Me.Column1.Name =
"Column1"
272         Me.Column1.ReadOnly = True
273         Me.Column1.Visible = False
274         
'
275         
'Column2
276         
'
277         Me.Column2.HeaderText =
"Product Code"
278         Me.Column2.Name =
"Column2"
279         Me.Column2.ReadOnly = True
280         
'
281         
'Column3
282         
'
283         Me.Column3.HeaderText =
"Product Name"
284         Me.Column3.Name =
"Column3"
285         Me.Column3.ReadOnly = True
286         
'
287         
'Column4
288         
'
289         Me.Column4.HeaderText =
"Quantity"
290         Me.Column4.Name =
"Column4"
291         Me.Column4.ReadOnly = True
292         
'
293         
'Column5
294         
'
295         Me.Column5.HeaderText =
"Price Per Unit"
296         Me.Column5.Name =
"Column5"
297         Me.Column5.ReadOnly = True
298         
'
299         
'Column6
300         
'
301         Me.Column6.HeaderText =
"Total Amount"
302         Me.Column6.Name =
"Column6"
303         Me.Column6.ReadOnly = True
304         
'
305         
'GroupBox2
306         
'
307         Me.GroupBox2.Controls.Add(Me.btnRemove)
308         Me.GroupBox2.Controls.Add(Me.txtTotalAmount)
309         Me.GroupBox2.Controls.Add(Me.txtPricePerQty)
310         Me.GroupBox2.Controls.Add(Me.txtQty)
311         Me.GroupBox2.Controls.Add(Me.Label9)
312         Me.GroupBox2.Controls.Add(Me.Label6)
313         Me.GroupBox2.Controls.Add(Me.Label4)
314         Me.GroupBox2.Controls.Add(Me.btnAdd)
315         Me.GroupBox2.Controls.Add(Me.Button1)
316         Me.GroupBox2.Controls.Add(Me.txtProductName)
317         Me.GroupBox2.Controls.Add(Me.txtProductCode)
318         Me.GroupBox2.Controls.Add(Me.Label7)
319         Me.GroupBox2.Controls.Add(Me.Label8)
320         Me.GroupBox2.Location = New System.Drawing.Point(
9, 216)
321         Me.GroupBox2.Name =
"GroupBox2"
322         Me.GroupBox2.Size = New System.Drawing.Size(
384, 165)
323         Me.GroupBox2.TabIndex =
1
324         Me.GroupBox2.TabStop = False
325         Me.GroupBox2.Text =
"Product Info"
326         
'
327         
'btnRemove
328         
'
329         Me.btnRemove.Enabled = False
330         Me.btnRemove.FlatStyle = System.Windows.Forms.FlatStyle.Popup
331         Me.btnRemove.Location = New System.Drawing.Point(
310, 24)
332         Me.btnRemove.Name =
"btnRemove"
333         Me.btnRemove.Size = New System.Drawing.Size(
68, 21)
334         Me.btnRemove.TabIndex =
7
335         Me.btnRemove.Text =
"Remove"
336         Me.btnRemove.UseVisualStyleBackColor = True
337         
'
338         
'txtTotalAmount
339         
'
340         Me.txtTotalAmount.BackColor = System.Drawing.SystemColors.Control
341         Me.txtTotalAmount.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
342         Me.txtTotalAmount.Location = New System.Drawing.Point(
129, 128)
343         Me.txtTotalAmount.Name =
"txtTotalAmount"
344         Me.txtTotalAmount.ReadOnly = True
345         Me.txtTotalAmount.Size = New System.Drawing.Size(
70, 21)
346         Me.txtTotalAmount.TabIndex =
4
347         Me.txtTotalAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
348         
'
349         
'txtPricePerQty
350         
'
351         Me.txtPricePerQty.BackColor = System.Drawing.SystemColors.ButtonHighlight
352         Me.txtPricePerQty.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
353         Me.txtPricePerQty.Location = New System.Drawing.Point(
129, 102)
354         Me.txtPricePerQty.Name =
"txtPricePerQty"
355         Me.txtPricePerQty.Size = New System.Drawing.Size(
70, 21)
356         Me.txtPricePerQty.TabIndex =
3
357         Me.txtPricePerQty.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
358         
'
359         
'txtQty
360         
'
361         Me.txtQty.BackColor = System.Drawing.SystemColors.ButtonHighlight
362         Me.txtQty.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
363         Me.txtQty.Location = New System.Drawing.Point(
129, 76)
364         Me.txtQty.Name =
"txtQty"
365         Me.txtQty.Size = New System.Drawing.Size(
70, 21)
366         Me.txtQty.TabIndex =
2
367         Me.txtQty.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
368         
'
369         
'Label9
370         
'
371         Me.Label9.AutoSize = True
372         Me.Label9.Location = New System.Drawing.Point(
31, 128)
373         Me.Label9.Name =
"Label9"
374         Me.Label9.Size = New System.Drawing.Size(
76, 13)
375         Me.Label9.TabIndex =
29
376         Me.Label9.Text =
"Total Amount :"
377         
'
378         
'Label6
379         
'
380         Me.Label6.AutoSize = True
381         Me.Label6.Location = New System.Drawing.Point(
31, 102)
382         Me.Label6.Name =
"Label6"
383         Me.Label6.Size = New System.Drawing.Size(
78, 13)
384         Me.Label6.TabIndex =
28
385         Me.Label6.Text =
"Price Per Unit :"
386         
'
387         
'Label4
388         
'
389         Me.Label4.AutoSize = True
390         Me.Label4.Location = New System.Drawing.Point(
31, 76)
391         Me.Label4.Name =
"Label4"
392         Me.Label4.Size = New System.Drawing.Size(
52, 13)
393         Me.Label4.TabIndex =
27
394         Me.Label4.Text =
"Quantity :"
395         
'
396         
'btnAdd
397         
'
398         Me.btnAdd.FlatStyle = System.Windows.Forms.FlatStyle.Popup
399         Me.btnAdd.Location = New System.Drawing.Point(
250, 24)
400         Me.btnAdd.Name =
"btnAdd"
401         Me.btnAdd.Size = New System.Drawing.Size(
54, 21)
402         Me.btnAdd.TabIndex =
6
403         Me.btnAdd.Text =
"Add"
404         Me.btnAdd.UseVisualStyleBackColor = True
405         
'
406         
'Button1
407         
'
408         Me.Button1.Location = New System.Drawing.Point(
205, 23)
409         Me.Button1.Name =
"Button1"
410         Me.Button1.Size = New System.Drawing.Size(
29, 21)
411         Me.Button1.TabIndex =
5
412         Me.Button1.Text =
"..."
413         Me.Button1.UseVisualStyleBackColor = True
414         
'
415         
'txtProductName
416         
'
417         Me.txtProductName.BackColor = System.Drawing.SystemColors.Control
418         Me.txtProductName.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
419         Me.txtProductName.Location = New System.Drawing.Point(
129, 50)
420         Me.txtProductName.Name =
"txtProductName"
421         Me.txtProductName.ReadOnly = True
422         Me.txtProductName.Size = New System.Drawing.Size(
249, 21)
423         Me.txtProductName.TabIndex =
1
424         
'
425         
'txtProductCode
426         
'
427         Me.txtProductCode.BackColor = System.Drawing.SystemColors.Control
428         Me.txtProductCode.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
429         Me.txtProductCode.Location = New System.Drawing.Point(
129, 24)
430         Me.txtProductCode.Name =
"txtProductCode"
431         Me.txtProductCode.ReadOnly = True
432         Me.txtProductCode.Size = New System.Drawing.Size(
70, 21)
433         Me.txtProductCode.TabIndex =
0
434         
'
435         
'Label7
436         
'
437         Me.Label7.AutoSize = True
438         Me.Label7.Location = New System.Drawing.Point(
32, 24)
439         Me.Label7.Name =
"Label7"
440         Me.Label7.Size = New System.Drawing.Size(
78, 13)
441         Me.Label7.TabIndex =
11
442         Me.Label7.Text =
"Product Code :"
443         
'
444         
'Label8
445         
'
446         Me.Label8.AutoSize = True
447         Me.Label8.Location = New System.Drawing.Point(
32, 50)
448         Me.Label8.Name =
"Label8"
449         Me.Label8.Size = New System.Drawing.Size(
81, 13)
450         Me.Label8.TabIndex =
22
451         Me.Label8.Text =
"Product Name :"
452         
'
453         
'GroupBox1
454         
'
455         Me.GroupBox1.Controls.Add(Me.Button4)
456         Me.GroupBox1.Controls.Add(Me.txtSupplierName)
457         Me.GroupBox1.Controls.Add(Me.txtSupplierID)
458         Me.GroupBox1.Controls.Add(Me.dtpDate)
459         Me.GroupBox1.Controls.Add(Me.Label3)
460         Me.GroupBox1.Controls.Add(Me.txtStockID)
461         Me.GroupBox1.Controls.Add(Me.Label2)
462         Me.GroupBox1.Controls.Add(Me.Label5)
463         Me.GroupBox1.Controls.Add(Me.Label11)
464         Me.GroupBox1.Location = New System.Drawing.Point(
9, 75)
465         Me.GroupBox1.Name =
"GroupBox1"
466         Me.GroupBox1.Size = New System.Drawing.Size(
328, 137)
467         Me.GroupBox1.TabIndex =
0
468         Me.GroupBox1.TabStop = False
469         Me.GroupBox1.Text =
"Stock and Supplier Info"
470         
'
471         
'Button4
472         
'
473         Me.Button4.Location = New System.Drawing.Point(
205, 75)
474         Me.Button4.Name =
"Button4"
475         Me.Button4.Size = New System.Drawing.Size(
29, 21)
476         Me.Button4.TabIndex =
4
477         Me.Button4.Text =
"..."
478         Me.Button4.UseVisualStyleBackColor = True
479         
'
480         
'txtSupplierName
481         
'
482         Me.txtSupplierName.BackColor = System.Drawing.SystemColors.Control
483         Me.txtSupplierName.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
484         Me.txtSupplierName.Location = New System.Drawing.Point(
129, 102)
485         Me.txtSupplierName.Name =
"txtSupplierName"
486         Me.txtSupplierName.ReadOnly = True
487         Me.txtSupplierName.Size = New System.Drawing.Size(
190, 21)
488         Me.txtSupplierName.TabIndex =
3
489         
'
490         
'txtSupplierID
491         
'
492         Me.txtSupplierID.BackColor = System.Drawing.SystemColors.Control
493         Me.txtSupplierID.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
494         Me.txtSupplierID.Location = New System.Drawing.Point(
129, 76)
495         Me.txtSupplierID.Name =
"txtSupplierID"
496         Me.txtSupplierID.ReadOnly = True
497         Me.txtSupplierID.Size = New System.Drawing.Size(
70, 21)
498         Me.txtSupplierID.TabIndex =
2
499         
'
500         
'dtpDate
501         
'
502         Me.dtpDate.CustomFormat =
"dd/MM/yyyy"
503         Me.dtpDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom
504         Me.dtpDate.Location = New System.Drawing.Point(
129, 52)
505         Me.dtpDate.Name =
"dtpDate"
506         Me.dtpDate.Size = New System.Drawing.Size(
124, 20)
507         Me.dtpDate.TabIndex =
1
508         
'
509         
'Label3
510         
'
511         Me.Label3.AutoSize = True
512         Me.Label3.Location = New System.Drawing.Point(
31, 26)
513         Me.Label3.Name =
"Label3"
514         Me.Label3.Size = New System.Drawing.Size(
55, 13)
515         Me.Label3.TabIndex =
0
516         Me.Label3.Text =
"Stock ID :"
517         
'
518         
'txtStockID
519         
'
520         Me.txtStockID.BackColor = System.Drawing.SystemColors.Control
521         Me.txtStockID.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
522         Me.txtStockID.Location = New System.Drawing.Point(
129, 26)
523         Me.txtStockID.Name =
"txtStockID"
524         Me.txtStockID.ReadOnly = True
525         Me.txtStockID.Size = New System.Drawing.Size(
70, 21)
526         Me.txtStockID.TabIndex =
0
527         
'
528         
'Label2
529         
'
530         Me.Label2.AutoSize = True
531         Me.Label2.Location = New System.Drawing.Point(
32, 52)
532         Me.Label2.Name =
"Label2"
533         Me.Label2.Size = New System.Drawing.Size(
36, 13)
534         Me.Label2.TabIndex =
5
535         Me.Label2.Text =
"Date :"
536         
'
537         
'Label5
538         
'
539         Me.Label5.AutoSize = True
540         Me.Label5.Location = New System.Drawing.Point(
32, 76)
541         Me.Label5.Name =
"Label5"
542         Me.Label5.Size = New System.Drawing.Size(
65, 13)
543         Me.Label5.TabIndex =
11
544         Me.Label5.Text =
"Supplier ID :"
545         
'
546         
'Label11
547         
'
548         Me.Label11.AutoSize = True
549         Me.Label11.Location = New System.Drawing.Point(
31, 102)
550         Me.Label11.Name =
"Label11"
551         Me.Label11.Size = New System.Drawing.Size(
82, 13)
552         Me.Label11.TabIndex =
22
553         Me.Label11.Text =
"Supplier Name :"
554         
'
555         
'Panel3
556         
'
557         Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
558         Me.Panel3.Controls.Add(Me.btnGetData)
559         Me.Panel3.Controls.Add(Me.btnClose)
560         Me.Panel3.Controls.Add(Me.btnUpdate)
561         Me.Panel3.Controls.Add(Me.btnSave)
562         Me.Panel3.Controls.Add(Me.btnNew)
563         Me.Panel3.Location = New System.Drawing.Point(
609, 75)
564         Me.Panel3.Name =
"Panel3"
565         Me.Panel3.Size = New System.Drawing.Size(
111, 178)
566         Me.Panel3.TabIndex =
2
567         
'
568         
'btnGetData
569         
'
570         Me.btnGetData.Cursor = System.Windows.Forms.Cursors.Hand
571         Me.btnGetData.FlatStyle = System.Windows.Forms.FlatStyle.Popup
572         Me.btnGetData.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
573         Me.btnGetData.Location = New System.Drawing.Point(
13, 104)
574         Me.btnGetData.Name =
"btnGetData"
575         Me.btnGetData.Size = New System.Drawing.Size(
82, 28)
576         Me.btnGetData.TabIndex =
5
577         Me.btnGetData.Text =
"&Get Data"
578         Me.btnGetData.UseVisualStyleBackColor = True
579         
'
580         
'btnClose
581         
'
582         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
583         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
584         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
585         Me.btnClose.Location = New System.Drawing.Point(
13, 135)
586         Me.btnClose.Name =
"btnClose"
587         Me.btnClose.Size = New System.Drawing.Size(
82, 28)
588         Me.btnClose.TabIndex =
4
589         Me.btnClose.Text =
"&Close"
590         Me.btnClose.UseVisualStyleBackColor = True
591         
'
592         
'btnUpdate
593         
'
594         Me.btnUpdate.Cursor = System.Windows.Forms.Cursors.Hand
595         Me.btnUpdate.FlatStyle = System.Windows.Forms.FlatStyle.Popup
596         Me.btnUpdate.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
597         Me.btnUpdate.Location = New System.Drawing.Point(
13, 72)
598         Me.btnUpdate.Name =
"btnUpdate"
599         Me.btnUpdate.Size = New System.Drawing.Size(
82, 28)
600         Me.btnUpdate.TabIndex =
2
601         Me.btnUpdate.Text =
"&Update"
602         Me.btnUpdate.UseVisualStyleBackColor = True
603         
'
604         
'btnSave
605         
'
606         Me.btnSave.Cursor = System.Windows.Forms.Cursors.Hand
607         Me.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Popup
608         Me.btnSave.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
609         Me.btnSave.Location = New System.Drawing.Point(
13, 41)
610         Me.btnSave.Name =
"btnSave"
611         Me.btnSave.Size = New System.Drawing.Size(
82, 28)
612         Me.btnSave.TabIndex =
1
613         Me.btnSave.Text =
"&Save"
614         Me.btnSave.UseVisualStyleBackColor = True
615         
'
616         
'btnNew
617         
'
618         Me.btnNew.Cursor = System.Windows.Forms.Cursors.Hand
619         Me.btnNew.FlatStyle = System.Windows.Forms.FlatStyle.Popup
620         Me.btnNew.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
621         Me.btnNew.Location = New System.Drawing.Point(
13, 10)
622         Me.btnNew.Name =
"btnNew"
623         Me.btnNew.Size = New System.Drawing.Size(
82, 28)
624         Me.btnNew.TabIndex =
0
625         Me.btnNew.Text =
"&New"
626         Me.btnNew.UseVisualStyleBackColor = True
627         
'
628         
'Panel2
629         
'
630         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
631         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
632         Me.Panel2.Controls.Add(Me.lblUserType)
633         Me.Panel2.Controls.Add(Me.lblSet)
634         Me.Panel2.Controls.Add(Me.lblUser)
635         Me.Panel2.Controls.Add(Me.txtSup_ID)
636         Me.Panel2.Controls.Add(Me.txtST_ID)
637         Me.Panel2.Controls.Add(Me.Label1)
638         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
639         Me.Panel2.Name =
"Panel2"
640         Me.Panel2.Size = New System.Drawing.Size(
711, 62)
641         Me.Panel2.TabIndex =
0
642         
'
643         
'lblUserType
644         
'
645         Me.lblUserType.AutoSize = True
646         Me.lblUserType.Location = New System.Drawing.Point(
142, 16)
647         Me.lblUserType.Name =
"lblUserType"
648         Me.lblUserType.Size = New System.Drawing.Size(
56, 13)
649         Me.lblUserType.TabIndex =
312
650         Me.lblUserType.Text =
"User Type"
651         Me.lblUserType.Visible = False
652         
'
653         
'lblSet
654         
'
655         Me.lblSet.AutoSize = True
656         Me.lblSet.Location = New System.Drawing.Point(
187, 30)
657         Me.lblSet.Name =
"lblSet"
658         Me.lblSet.Size = New System.Drawing.Size(
23, 13)
659         Me.lblSet.TabIndex =
311
660         Me.lblSet.Text =
"Set"
661         Me.lblSet.Visible = False
662         
'
663         
'lblUser
664         
'
665         Me.lblUser.AutoSize = True
666         Me.lblUser.Location = New System.Drawing.Point(
142, 29)
667         Me.lblUser.Name =
"lblUser"
668         Me.lblUser.Size = New System.Drawing.Size(
29, 13)
669         Me.lblUser.TabIndex =
6
670         Me.lblUser.Text =
"User"
671         Me.lblUser.Visible = False
672         
'
673         
'txtSup_ID
674         
'
675         Me.txtSup_ID.Location = New System.Drawing.Point(
60, 22)
676         Me.txtSup_ID.Name =
"txtSup_ID"
677         Me.txtSup_ID.Size = New System.Drawing.Size(
35, 20)
678         Me.txtSup_ID.TabIndex =
2
679         Me.txtSup_ID.Visible = False
680         
'
681         
'txtST_ID
682         
'
683         Me.txtST_ID.Location = New System.Drawing.Point(
19, 22)
684         Me.txtST_ID.Name =
"txtST_ID"
685         Me.txtST_ID.Size = New System.Drawing.Size(
35, 20)
686         Me.txtST_ID.TabIndex =
1
687         Me.txtST_ID.Visible = False
688         
'
689         
'Label1
690         
'
691         Me.Label1.AutoSize = True
692         Me.Label1.BackColor = System.Drawing.Color.Transparent
693         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
694         Me.Label1.ForeColor = System.Drawing.Color.White
695         Me.Label1.Location = New System.Drawing.Point(
263, 16)
696         Me.Label1.Name =
"Label1"
697         Me.Label1.Size = New System.Drawing.Size(
115, 24)
698         Me.Label1.TabIndex =
0
699         Me.Label1.Text =
"Stock Entry"
700         
'
701         
'OpenFileDialog1
702         
'
703         Me.OpenFileDialog1.FileName =
"OpenFileDialog1"
704         
'
705         
'frmStock
706         
'
707         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
708         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
709         Me.BackColor = System.Drawing.Color.DarkSlateGray
710         Me.ClientSize = New System.Drawing.Size(
747, 600)
711         Me.Controls.Add(Me.Panel1)
712         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
713         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
714         Me.MaximizeBox = False
715         Me.MinimizeBox = False
716         Me.Name =
"frmStock"
717         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
718         Me.Panel1.ResumeLayout(False)
719         Me.Panel1.PerformLayout()
720         Me.Panel4.ResumeLayout(False)
721         Me.Panel4.PerformLayout()
722         CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
723         Me.GroupBox2.ResumeLayout(False)
724         Me.GroupBox2.PerformLayout()
725         Me.GroupBox1.ResumeLayout(False)
726         Me.GroupBox1.PerformLayout()
727         Me.Panel3.ResumeLayout(False)
728         Me.Panel2.ResumeLayout(False)
729         Me.Panel2.PerformLayout()
730         Me.ResumeLayout(False)
731
732     End Sub
733     Friend WithEvents Panel1 As System.Windows.Forms.Panel
734     Friend WithEvents Label3 As System.Windows.Forms.Label
735     Friend WithEvents txtStockID As System.Windows.Forms.TextBox
736     Friend WithEvents Panel3 As System.Windows.Forms.Panel
737     Friend WithEvents btnClose As System.Windows.Forms.Button
738     Friend WithEvents btnUpdate As System.Windows.Forms.Button
739     Friend WithEvents btnSave As System.Windows.Forms.Button
740     Friend WithEvents btnNew As System.Windows.Forms.Button
741     Friend WithEvents Panel2 As System.Windows.Forms.Panel
742     Friend WithEvents Label1 As System.Windows.Forms.Label
743     Friend WithEvents Label5 As System.Windows.Forms.Label
744     Friend WithEvents Label2 As System.Windows.Forms.Label
745     Friend WithEvents Label11 As System.Windows.Forms.Label
746     Friend WithEvents OpenFileDialog1 As System.Windows.Forms.OpenFileDialog
747     Friend WithEvents btnGetData As System.Windows.Forms.Button
748     Friend WithEvents Panel4 As System.Windows.Forms.Panel
749     Friend WithEvents txtGrandTotal As System.Windows.Forms.TextBox
750     Friend WithEvents Label31 As System.Windows.Forms.Label
751     Friend WithEvents txtPaymentDue As System.Windows.Forms.TextBox
752     Friend WithEvents txtTotalPayment As System.Windows.Forms.TextBox
753     Friend WithEvents Label34 As System.Windows.Forms.Label
754     Friend WithEvents Label35 As System.Windows.Forms.Label
755     Friend WithEvents DataGridView1 As System.Windows.Forms.DataGridView
756     Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
757     Friend WithEvents btnRemove As System.Windows.Forms.Button
758     Friend WithEvents txtTotalAmount As System.Windows.Forms.TextBox
759     Friend WithEvents txtPricePerQty As System.Windows.Forms.TextBox
760     Friend WithEvents txtQty As System.Windows.Forms.TextBox
761     Friend WithEvents Label9 As System.Windows.Forms.Label
762     Friend WithEvents Label6 As System.Windows.Forms.Label
763     Friend WithEvents Label4 As System.Windows.Forms.Label
764     Friend WithEvents btnAdd As System.Windows.Forms.Button
765     Friend WithEvents Button1 As System.Windows.Forms.Button
766     Friend WithEvents txtProductName As System.Windows.Forms.TextBox
767     Friend WithEvents txtProductCode As System.Windows.Forms.TextBox
768     Friend WithEvents Label7 As System.Windows.Forms.Label
769     Friend WithEvents Label8 As System.Windows.Forms.Label
770     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
771     Friend WithEvents Button4 As System.Windows.Forms.Button
772     Friend WithEvents txtSupplierName As System.Windows.Forms.TextBox
773     Friend WithEvents txtSupplierID As System.Windows.Forms.TextBox
774     Friend WithEvents dtpDate As System.Windows.Forms.DateTimePicker
775     Friend WithEvents txtRemarks As System.Windows.Forms.RichTextBox
776     Friend WithEvents Label12 As System.Windows.Forms.Label
777     Friend WithEvents txtSup_ID As System.Windows.Forms.TextBox
778     Friend WithEvents txtST_ID As System.Windows.Forms.TextBox
779     Friend WithEvents lblUser As System.Windows.Forms.Label
780     Friend WithEvents lblSet As System.Windows.Forms.Label
781     Friend WithEvents lblUserType As System.Windows.Forms.Label
782     Friend WithEvents txtProductID As System.Windows.Forms.TextBox
783     Friend WithEvents Column1 As System.Windows.Forms.DataGridViewTextBoxColumn
784     Friend WithEvents Column2 As System.Windows.Forms.DataGridViewTextBoxColumn
785     Friend WithEvents Column3 As System.Windows.Forms.DataGridViewTextBoxColumn
786     Friend WithEvents Column4 As System.Windows.Forms.DataGridViewTextBoxColumn
787     Friend WithEvents Column5 As System.Windows.Forms.DataGridViewTextBoxColumn
788     Friend WithEvents Column6 As System.Windows.Forms.DataGridViewTextBoxColumn
789
790 End Class


Gõ tìm kiếm nhanh...